home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / vtkermit.arc / VTKERMIT.HLP < prev    next >
Text File  |  1986-02-13  |  8KB  |  224 lines

  1. Using Help:
  2.  
  3. You  have  invoked Help.  Press the space bar or the
  4. Esc key to leave this help and return  to  what  you
  5. were  doing.   You  may use the PgDn key to move one
  6. frame (several lines) further into  the  Help  text,
  7. and the PgUp key to back up to an earlier part.  The
  8. up-  and  down-arrows move you one line backwards or
  9. forwards though the text, while  the  Home  and  End
  10. keys  take  you  to the beginning or end.  All other
  11. keys will "beep" at you if pressed, but do nothing.
  12.  
  13.  
  14. Overview:
  15.  
  16. You  are  running VTKermit, a terminal emulation and
  17. file transfer program.
  18.  
  19. Terminal  emulation  is  a  feature  in  which  your
  20. Personal Computer emulates (acts  like)  a  standard
  21. computer terminal.  
  22.  
  23. Characters  that  you  type on the keyboard are sent
  24. out  a  communications  port  to  a  remote   "host"
  25. computer,  while  characters sent by the remote host
  26. which are received on the  communications  port  are
  27. displayed on the PC's screen.
  28.  
  29. VTKermit  emulates  a  DEC  VT100  terminal,  so any
  30. "escape sequences" which perform some special action
  31. on a VT100  (e.g. clear screen  or  make  characters
  32. extra bright)  will  perform the same action on a PC
  33. running VTKermit.
  34.  
  35. Also,  any  special  keys which exist on a VT100 are
  36. simulated on the  PC.   For  example,  the  PC's  F1
  37. through  F4  keys "act like" the VT100's PF1 through
  38. PF4 keys when running  VTKermit,  and  transmit  the
  39. same codes to the host computer.
  40.  
  41. File  transfer  is  a feature in which files of data
  42. may be sent either from your PC  to  a  remote  host
  43. computer  or  from  a  remote host to your PC.  This
  44. file transfer occurs  over  the  same  communication
  45. ports   and   lines   that  are  used  for  terminal
  46. emulation.  This will involve a communications  port
  47. on your PC and a dial-up port on the host computer.
  48.  
  49. File  transfer  with  VTKermit uses a communications
  50. "protocol"  called  Kermit.    This   protocol   was
  51. developed  by  Columbia  University,  and  has  been
  52. widely distributed.   The  Kermit  protocol  permits
  53. error-free  communications  over dial-up lines, even
  54. though the dial-up line may be noisy.
  55.  
  56. Kermit  corrects  errors introduced by line noise by
  57. breaking the data transmission into "packets" and by
  58. detecting packets which have errors.   Incorrect  or
  59. missing  packets  are  retransmitted until they have
  60. been correctly received at the other end.
  61.  
  62. This  method  of file transfer requires you to run a
  63. file  transfer  program   at   each   end   of   the
  64. communication   line.   On  your  PC  this  will  be
  65. VTKermit, and on the  host  side  there  must  be  a
  66. program honoring the Kermit protocol.  (VTKermit can
  67. also act as a host, or run in server mode.)
  68.  
  69.  
  70. Using Terminal Emulation:
  71.  
  72. When  in terminal emulation mode, VTKermit transmits
  73. all text characters you  type  to  the  remote  host
  74. computer.   On  the  IBM PC, a text character is any
  75. key in the "middle section" of the  keyboard.   This
  76. includes  all alphabetic and numeric characters, all
  77. punctuation, Space, Tab, "backarrow"  (Backspace  or
  78. Delete), Esc and Return (Enter).
  79.  
  80. Most  of  the  other  keys on the PC are "mapped to"
  81. (associated with)  various  VT100  keys  or  special
  82. VTKermit  functions.   For example, F1 transmits the
  83. codes which would be sent by a VT100's PF1  key,  F7
  84. transmits the codes which would be sent by a VT100's
  85. up-arrow  key,  and F6 invokes the Help facility you
  86. are using now.  A  complete  list  of  function  and
  87. keypad  keys and their effects appears later in this
  88. section.
  89.  
  90.  
  91. Numeric keypad:
  92.  
  93. On the right-hand side of the keyboard, the "numeric
  94. keypad" attempts to act both like the numeric keypad
  95. on a DEC VT100 and like a VT100's arrow keys.  Which
  96. of those two functions will be invoked is determined
  97. by  the  setting  of  the  NUM LOCK feature which is
  98. toggled (turned on and off) by  the  Num  Lock  key.
  99. The  current  NUM  LOCK setting is shown in the mode
  100. line on the bottom line of the screen.
  101.  
  102.  
  103. NUM LOCK:
  104.  
  105. If  NUM  LOCK  is  ON,  the  keypad  will act like a
  106. VT100's keypad.  (The PC's large grey plus key  acts
  107. like  a  VT100's ENTER key, while the PC's "PrtSc *"
  108. key acts like a VT100's keypad comma key.)   If  NUM
  109. LOCK  is  OFF,  only  the  2, 4, 6 and 8 keys on the
  110. keypad, corresponding to down-,  left-,  right-  and
  111. up-arrows, will operate.  The other keypad keys will
  112. simply beep at you if pressed.
  113.  
  114.  
  115. 7171 mode:
  116.  
  117. A  built-in  7171-MODE changes the mapping of the PC
  118. keyboard to more closely match that of an  IBM  3270
  119. as seen through an IBM 7171 protocol converter.  The
  120. PC's  F1  through  F10  will  simulate  a  3270's F1
  121. through F10.  ALT F1 and F2 are F11 and F12.
  122.  
  123.  
  124. Other special keystrokes:
  125.  
  126. In  either  Command  Mode  or  Terminal Mode, ALT F7
  127. Exits  VTKermit  and  ALT  F8  Pushes   to   a   new
  128. COMMAND.COM.   ALT  F5  toggles between Command Mode
  129. and Terminal Mode.  ALT F6 will pop up a Help window
  130. in either mode.  (F6 sends a 3270 F6 in 7171 mode.)
  131.  
  132.  
  133. Escape Character:
  134.  
  135. A  special  character  is reserved by VTKermit as an
  136. "Escape Character".  The default Escape Character on
  137. the IBM PC is control right-square-bracket, which is
  138. displayed as ^] or Control-] and is typed by holding
  139. down Ctrl and pressing  the  ]  key.   Whatever  the
  140. Escape Character is, it must be typed twice in a row
  141. to be transmitted.
  142.  
  143. If  the  Escape  Character is pressed once, a second
  144. character may then be  typed  to  invoke  a  special
  145. function.   In  this case, neither character will be
  146. transmitted:  instead,  VTKermit will  perform  some
  147. action.
  148.  
  149. The  most  commonly  used second characters are C to
  150. Close the current  terminal  emulation  session  and
  151. enter  command mode, and S to get the current Status
  152. of all settable parameters.  The Close  function  is
  153. identical  to the close which is invoked with the F5
  154. key, and Status is identical  to  the  command  mode
  155. Status command.
  156.  
  157.  
  158. Mode line:
  159.  
  160. A mode line appears on the 25th (bottommost) line of
  161. the  PC's  display.   This line reminds you that you
  162. are in terminal emulation mode, and suggests  a  few
  163. useful  keys: F5 to go to Command Mode, F6 to invoke
  164. Help (as you have done) and shows  you  the  current
  165. Escape Character.
  166.  
  167. It  also  lets you know whether you are in CAPS LOCK
  168. state and whether the  keypad  is  in  NUM  LOCK  or
  169. arrow-key  mode.   Finally,  the mode line shows the
  170. status of the simulated VT100 LEDs.  If any  of  the
  171. L1  through  L4 indicators is blinking then that LED
  172. is ON, otherwise it is OFF.
  173.  
  174. The  mode  line  may be removed by typing the Escape
  175. Character followed by an M.  Repeating this  equence
  176. will restore the mode line.
  177.  
  178.  
  179. Alternate Mode line:
  180.  
  181. If  you  type  the Escape Character, the normal mode
  182. line will be temporarily replaced  by  an  alternate
  183. mode  line  which suggests completion characters for
  184. the Escape function.  If you type a ?  following the
  185. Escape Character, a list of  second  characters  and
  186. their  functions will be displayed and you will have
  187. another chance to complete the Escape function.   If
  188. you  don't  want any of the choices, press the space
  189. bar to continue with terminal emulation.
  190.  
  191.  
  192. List of keys and functions:
  193.  
  194.  Function keys:   F1  --  PF1
  195.                   F2  --  PF2
  196.                   F3  --  PF3
  197.                   F4  --  PF4
  198.                   F5  --  Switch to Command Mode
  199.                   F6  --  Invoke Help facility
  200.                   F7  --  Up-arrow
  201.                   F8  --  Down-arrow
  202.                   F9  --  Left-arrow
  203.                  F10  --  Right-arrow
  204.      
  205.                    NUM LOCK ON       NUM LOCK OFF
  206.                    -----------       ------------
  207.          0/Ins  --  keypad 0              *
  208.          1/End  --  keypad 1              *
  209.   2/down-arrow  --  keypad 2           down-arrow
  210.         3/PgDn  --  keypad 3              *
  211.   4/left-arrow  --  keypad 4           left-arrow
  212.              5  --  keypad 5              **
  213.  6/right-arrow  --  keypad 6          right-arrow
  214.         7/Home  --  keypad 7              *
  215.     8/up-arrow  --  keypad 8           up-arrow
  216.         9/PgUp  --  keypad 9              *
  217.      - (minus)  --  keypad - (minus)      *
  218.       + (plus)  --  ENTER                 *
  219.        PrtSc/*  --  keypad , (comma)      *
  220.  
  221.      *  Beep, no action        **  No action
  222.  
  223.  [End of help for VTKermit]
  224.